projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaf6411
)
at: change libelf1 dependency to libelf
author
Jo-Philipp Wich
<
[email protected]
>
Thu, 24 Jan 2019 12:15:38 +0000
(13:15 +0100)
committer
Jo-Philipp Wich
<
[email protected]
>
Thu, 24 Jan 2019 12:15:38 +0000
(13:15 +0100)
The libelf1 source package has been renamed to libelf in OpenWrt base,
adjust the dependency in "at" accordingly.
There are no functional changes and no changes in the resulting binary.
Signed-off-by: Jo-Philipp Wich <
[email protected]
>
utils/at/Makefile
patch
|
blob
|
history
diff --git
a/utils/at/Makefile
b/utils/at/Makefile
index 563665590f23511eb08e27eb89af8c030c309c10..c37b6b07cf55fb457ba9d360b96779efaad66531 100644
(file)
--- a/
utils/at/Makefile
+++ b/
utils/at/Makefile
@@
-24,7
+24,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/at
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=+libelf
1
+ DEPENDS:=+libelf
TITLE:=Delayed job execution and batch processing
URL:=http://packages.debian.org/stable/at
endef